l205/Eind CSS/11.php

<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link href="style11.css" rel="stylesheet" type="text/css"> </head> <body> <?php echo'<a href=1.php> link 1.php </a> <div>'; echo' <h1> H1 format </h1> <div> <h2> H2 format </h2> <div> <h3> H3 format </h3> <div> <h4> H4 format </h4> <div> <h5> H5 format </h5> <div> <h6> H6 format </h6> <div> '; ?> </body> </html>

Resultaat

Made by Thijs Aarnoudse